﻿	@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p {
	padding: 0px;
	margin: 0px;
}
i,em{
	font-style: normal;
}



/*
.left{ float:left;}
.right{ float:right;}
 */

.h30 {
	height: 30px;
}

.h50 {
	height: 50px;
}

.clear {
	clear: both;
}


/* header */


@media (max-width: 1366px) {
	#pro-box1{
	width: 100%;
	overflow: hidden;
	margin: 50px auto;
  }
}
#home-about{
	width: 100%;
	overflow: hidden;
	background:#2133a3;
	padding: 60px 0px;
	box-sizing: border-box;
	position: relative;
}
.about-box{
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
}
.about-l{
	width: 600px;
	float: left;
	overflow: hidden;
}
.about-l h2{
	font-size: 34px;
	color: #ffe233;
	text-align: left;
	padding-bottom: 20px;
}

.about-l .jj{
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: left;
}
.about-l h3{
	font-size: 22px;
	color: #192a6d;
	width: 150px;
	height: 40px;
	background: #ffe233;
	text-align: center;
	line-height: 40px;
	font-weight: initial;
	margin: 40px 0px 20px 0px;
}
.about-r{
	width: 680px;
	float: right;
	height: 418px;
	background: url(../images/about1.png) right center no-repeat;
	margin-top: 30px;
}
.about-r a{
	font-size: 18px;
	color: #192a6d;
	padding-top: 300px;
	padding-right: 40px;
	display: block;
	text-align: right;
}
.about-r a:hover{
	color: #cc0000;
}

#ss{
	width: 100%;
	height: 180px;
	background: url(../images/bg1.jpg);
	padding: 30px 0px;
}
#ss h3{
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: initial;
}
#ss h2{
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: initial;
}
#ss p{
	font-size: 16px;
	color: #555;
	text-align: center;
	padding-top: 20px;
}

#ss .ss_box{
	background: none !important;
	width: 700px;
	margin: 0 auto;
}
#ss .ss_box .an{
	width: 200px;
	height: 40px;
	border: solid 1px #ccc;
}
#ss .ss_box .ss_submit{
	background: url(../images/ss.jpg) 10px center no-repeat #df2623;
	text-align: left;
	padding-left: 40px;
}

#home-case{
	width: 100%;
	overflow: hidden;
	background:#fff;
	padding: 60px 0px;
}
#home-case>h2{
	font-size: 34px;
	color: #000;
	text-align: center;
	line-height: 50px;
}
#home-case>h2:after{
	content: "";
	width: 100px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
}
#home-case>h2:before{
	content: "";
	width: 100px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
#home-case>h3{
	color: #000;
	font-weight:initial;
	font-size: 20px;
	text-align: center;
}
.case-lei{
	width: 1300px;
	height: 100px;
	margin: 30px auto 20px;
	background: #e1dede;
}
.case-lei a{
	width: 216px;
	height: 100px;
	line-height: 100px;
	display: block;
	float: left;
	font-size: 20px;
	text-align: center;
}
.case-lei a:hover{
	background: #2f44c3;
	color: #fff;
}
.case-lei-on{
	background: #2f44c3 !important;
	color: #fff !important;
}
.case-cont{
	width: 1300px;
	height: 500px;
	background:#eee;
	padding:30px;
	box-sizing: border-box;
	margin: 0 auto;
}
.case-cont strong{
	font-size: 24px;
	color: #2f44c3;
	line-height: 80px;
}
.case-cont p{
	font-size: 16px;
	line-height: 30px;
	color: #555;
}
.case-cont>img{
	display: block;
	margin-right: 40px;
	float: left;
	
}
.case-cont ul{
	width: 600px;
	float: left;
	margin-top: 20px;
}
.case-cont ul a{
	width: 190px;
	height: 150px;
	margin: 5px;
	display: block;
	float: left;
}
.case-cont ul a img{
	width: 190px;
	height: 150px;
}
.min-case{
	width: 1300px;
	height: 200px;
	margin: 0 auto;
}
.min-case a{
	width: 240px;
	height: 200px;
	margin: 10px;
	float: left;
	border: solid 2px #ccc;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
.min-case a img{
	width: 240px;
	height: 200px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.min-case a:hover{
	border: solid 2px #cc0000;
}
.min-case a:hover img{
	transform: scale(1.1);
}


#home-ys{
	width: 100%;
	height: 930px;
	background: url(../images/bg2.jpg) top center no-repeat;
	padding: 50px 0px;
	overflow: hidden;
}
#home-ys>img{
	display: block;
	margin: 20px auto;
}
#home-ys>p{
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
#home-ys ul{
	width: 1300px;
	height: 660px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
#home-ys ul>img{
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
#home-ys ul li{
	width: 390px;
	height: 580px;
	text-align: center;
	background:url(../images/ysbg1.png) top left no-repeat;
	float: left;
	position: absolute;
	z-index: 3;
	
	
}
#home-ys ul li:nth-of-type(1){
	transform: rotate(-72deg);
	bottom: -191px;
	left: 100px;
}

#home-ys ul li:nth-of-type(2){
	transform: rotate(-35deg);
	bottom: -8px;
	left: 230px;
}
#home-ys ul li:nth-of-type(3){
	transform: rotate(0deg);
	bottom: 60px;
	left: 460px;
}
#home-ys ul li:nth-of-type(4){
	transform: rotate(35deg);
	bottom: -8px;
	right: 230px;
}

#home-ys ul li:nth-of-type(5){
	transform: rotate(72deg);
	bottom: -191px;
	right:100px;
}

#home-ys ul li>img{
	display: block;
	margin: 50px auto 10px;
}
#home-ys ul li strong{
	font-size: 20px;
	color: #000;
	line-height: 40px;
	text-align: center;
	width: 100%;
	font-weight: normal;
}

#home-ys ul li p{
	font-size: 14px;
	color: #666;
	padding: 10px 100px;
	line-height: 25px;
	text-align: center;
}

#home-ys ul li:hover{
		background:url(../images/ysbg1x.png) top left no-repeat;
		
}
#home-ys ul li:hover strong{
	color: #fff;
}
#home-ys ul li:hover p{
	color: #fff;
}


#home-news{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-box{
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
}
.news11{
	width: 850px;
	overflow: hidden;
	margin-right: 30px;
	float: left;
}
.wenti{
	width: 390px;
	overflow: hidden;
	float: right;
	border: solid 10px #f2f2f2;
	box-sizing: border-box;
}
.news-tt{
	width: 100%;
	height: 40px;
}
.news-tt>h2{
	font-size: 28px;
	color: #2f44c3;
	border-left: solid 5px #2f44c3;
	float: left;
	height: 40px;
	padding-left: 15px;
}
.news-tt>a{
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.news-tt>a:hover{
	color: #2f44c3;
}

.news-l{
	width: 100%;
	height: 180px;
	background: #fff;
	position: relative;
	margin: 20px 0px;
}
.news-l img{
	width: 280px;
	height: 180px;
	float: left;
	margin-right: 20px;
}
.news-l .news-time{
	width: 90px;
	height: 80px;
	background: #2f44c3;
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 9999;
	padding-top: 10px;
}
.news-l .news-time span{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: initial;
}
.news-l h4{
	padding-left: 30px;
	line-height: 50px;
	font-weight: initial;
	font-size: 18px;
	color: #333;
}
.news-l p{
	line-height: 30px;
	font-weight: initial;
	font-size: 16px;
	color: #666;
	padding: 0px 30px;
}
.news-l>a{
	width: 120px;
	height: 36px;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	background: #cc0000;
	margin: 10px 30px;
}
.news-l>a:hover{
	color: #fff;
	background: #f27000;
}



.news-cont ul{
	width: 100%;
}
.news-cont ul li{
	width: 820px;
	height: 145px;
	margin: 0px 0px 10px 0px;
	border: solid 1px #ddd;
}
.news-cont ul li h4{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 40px;
}
.news-cont ul li p{
	font-size: 14px;
	line-height: 25px;
	color: #999;
	padding-right: 20px;
}
.news-cont ul li:hover .news-time{
	background: #2f44c3;
	color: #fff;
	
}
.news-cont ul li:hover .news-time span{
	color: #fff;
	border: solid 1px #fff;
	
}
.news-cont ul li:hover h4 a{
	color: #da040f;
}
.news-cont ul li .news-time{
	background: #dfdfdf;
	width: 150px;
	height: 145px;
	font-size: 30px;
	color: #8a8a8a;
	text-align: center;
	float: left;
	line-height: 80px;
	display: block;
	margin-right: 20px;
}
.news-cont ul li .news-time span{
	font-size: 16px;
	color: #8a8a8a;
	display: block;
	line-height: 40px;
	border: solid 1px #8a8a8a;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}

.wenti>h2{
	font-size: 28px;
	color: #2f44c3;
	text-align: center;
	line-height: 50px;
	padding-top: 20px;
}
.wenti>h2:after{
	content: "";
	width: 60px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 10px;
}
.wenti>h2:before{
	content: "";
	width: 60px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.wenti>h3{
	color: #666;
	font-weight:initial;
	font-size: 18px;
	text-align: center;
}
.wenti>img{
	display: block;
	margin: 10px auto;
}
.wenti ul{
	display: table;
}
.wenti ul li{
	border-bottom: solid 1px #ddd;
	padding: 10px 0px;
	margin: 0px 30px;
}
.wenti ul li strong a{
	font-size: 16px;
	background: url(../images/wen.jpg) left center no-repeat;
	line-height: 30px;
	color: #2f44c3;
	padding-left: 30px;
	
}
.wenti ul li a:hover{
	color: #ff0000;
}
.wenti ul li p{
	font-size: 14px;
	background: url(../images/da.jpg) left top no-repeat;
	line-height: 25px;
	color: #666;
	padding-left: 30px;
}

/* footer */

#footer {
	width: 100%;
	overflow: hidden;
	background: #2f44c3;
	padding: 40px 0px;
}
#footer ul{
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
}
#footer ul li{
	float: left;
	margin-left: 30px;
}
.b-logo{
	width: 300px;
	height: 200px;
	border-right: solid 1px #6574d3;
	box-sizing: border-box;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.b-logo img{
	display: block;
	margin: 10px auto;
	
}
.b-nav{
	width: 250px;
	height: 200px;
	border-right: solid 1px #6574d3;
}
.b-nav a{
	font-size: 16px;
	width: 120px;
	line-height: 30px;
	display: block;
	float: left;
	color: #fff;
}
.b-nav a:hover{
	color: #ffba00;
}
.b-contact{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.b-contact a{
	color: #ddd;
}
.b-contact a:hover{
	color: #ffba00;
}
.b-wx{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.b-wx img{
	display: block;
	margin: 10px;
}
#b-link {
	width: 100%;
	height: 145px;
	background:url(../images/topbg.jpg) top center no-repeat;
	padding: 20px;
	box-sizing: border-box;
}
.link-box{
	width: 1300px;
	margin: 0 auto;
}
.link-tt{
	border: solid 1px #ccc;
	border-radius: 5px;
	width: 130px;
	height: 85px;
	float: left;
	display: block;
	margin-right: 30px;
}
.link-tt h2{
	color: #2f44c3;
	font-size: 22px;
	text-align: center;
	padding-top: 15px;
}
.link-tt h3{
	color: #666;
	font-size: 20px;
	text-align: center;
	font-weight: initial
}
.link-cont{
	float: left;
	width: 1100px;
	height: 85px;
}
.link-cont a{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	margin-right: 20px;
}
.link-cont a:hover{
	color: #ff0000;
}
/*内页样式*/
#main100 {
	width: 95%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 35px;
}
#main {
	max-width: 1170px;
	height: auto;
	margin: 30px auto 0 auto;
	font-size: 16px;
	line-height: 35px;
}

.ny_left {
	width: 22%;
	height: auto;
	float: left;
}

.ny_right {
	width: 100%;
	height: auto;
	float: right;
}

.bass {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	padding:0 0 0 10px;
	color: #666;
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: solid 2px #ddd;
}
.bass img{
	vertical-align: middle;
	margin-right: 10px;
}

.bass a {
	color: #56dc6;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.ny_news li{
	width: 98%;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 14px !important;
	line-height: 25px;
	color: #666;
	box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
}
.ny_news li a{
	font-size: 20px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.ny_news li a:hover{
	color: #234bba;
}
.ny_news li>img{
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 20px;
	display: block;
}


.ny_news li p{
	color: #999;
	padding-left: 15px;
	width: 100%;
	height: 30px;
	
}
.ny_news li p>img{
	vertical-align: middle;
	margin-right: 5px;
}

.nynews_list{
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.nynews_list h1{
	margin-bottom: 20px;
}
.nynews_list li{
	width: 49%;
	height: 45px;
	margin: 5px 0.5%;
	float: left;
	border: solid 1px #ddd;
	box-sizing: border-box;
	line-height: 45px;
	color: #666;
	
}
.nynews_list li a{
	color: #555;
	padding-left: 10px;
}
.nynews_list li a:hover{
	color: #d7a02b;
}



.love-pic-box{
	overflow: hidden;
}
.love-pic-box li{
		width: 10.5%;
		background: #fff;
		margin: 15px 1%;
		float: left;
		list-style: none;
		overflow: hidden;
		position: relative;
		z-index: 0;
		box-shadow: 0px 0px 10px #ccc;
		border: solid 1px #d5d2d2;
		box-sizing: border-box;
		
}
.love-pic-box li a{
	display:block;
	line-height: 0;
}
.love-pic-box li img{
		width: 100%;
		padding: 0;
		margin: 0;
		display:block;
}
.love-pic-box li ol{
	width: 100%;
	margin-bottom:0;
	text-align: center;
	height: 40px;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	line-height: 40px;	
}
.love-pic-box li:hover ol{
	width: 100%;
	background: #eee;
	z-index: 999;
	left: 0;
	bottom: 0;
}

.love-pic-box li p>a{
		width: 100%;
		line-height:30px;
		height: 30px;
		text-align: center;
		font-size: 16px;
		color: #000;
		display: block;
		padding-top: 5px;
}
.love-pic-box li p em{
	background: url(../images/pro-tel.png) left center no-repeat;
	padding-left: 40px;
	font-size: 20px;
	color: #dd0000;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-weight: bold;
}

.nr16 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.nr20 {
	width:100%;
	height: auto;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.nr20 h1{
	font-size: 26px;
	color: #0666ba;
	text-align: center;
}
.nr20 p img{
	max-width:96%;
}
.nextinfo{
	width: 100%;
	overflow: hidden;
	
}
.nextinfo span{
 	background: #eee;
 	margin: 20px 1%;
 	width: 48%;
 	float: left;
 	text-align: center;
 	border-radius: 20px;
 }
.nextinfo span:hover{
 	background: #333;
 	color: #fff;
 }
.nextinfo span:hover a{
	color: #fff;
}
 
.nextinfo td:nth-of-type(2){
	text-align: right;
}
.pc_tt {
	background: #bd9c6b;
	color: #fff;
	height: 90px;
	box-sizing: border-box;
}
.pc_tt h2{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding-top:20px;
	font-weight:900;
	color: #ffffff;
}
.pc_tt>p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ccc !important;
	width: 250px;
	margin: 0 auto;
}
.left_cplei {
	height: auto;
	padding: 5px 0px;
	background: #fff;
}

.left_cplei li {

	height: 40px;
	background: url(../images/left1.png) 15px center no-repeat #cdcdcd;
	margin: 10px 15px;
	text-align: left;
	line-height: 40px;
	font-size: 18px;
	padding-left: 20px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.left_cplei li:hover{
	
	background: url(../images/left1.png) 15px center no-repeat #bd9c6b;
}
.left_cplei li:hover a{
	color: #fff;
}
.left_cplei li a {
	padding-left: 25px;
	display: block;
	text-overflow:ellipsis;
	overflow: hidden;
	line-height:40px;
	white-space: nowrap;
	font-size: 16px;
}

.left_cplei li a:hover {
	color: #fff;
}

.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}

.left_cplei p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}

.left_cplei p a:hover {
	color: #ff0000;
}

.left-lx{
	width: 100%;
	overflow: hidden;
	border: solid 1px #ddd;
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}
.lx-tt{
	height: 50px;
	margin-bottom: 10px;
	background: #bd9c6b;
	color: #888;
	width:100%;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
.lx-tt h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	float: left;
	font-weight: initial;
	padding-left: 15px;
	
}
.lx-tt a{
	font-size: 14px;
	color: #eee;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
.lx-tt a:hover{
	color: #d7a02b;
}
.left-lx p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding-left:10px;
}

#nyba {
	width: 100%;
	height:450px;
	overflow:hidden;
	background: url(../images/neibanner.jpg) no-repeat center;

}
.aboutbanner{
		width: 100%;
	height:400px;
	overflow:hidden;
	background: url(../images/aboutbanner.jpg) no-repeat scroll top left;	
}
.probanner{
		width: 100%;
	height:400px;
	overflow:hidden;
	background: url(../images/probanner.jpg) no-repeat scroll top left;
}
.casebanner{
		width: 100%;
	height:400px;
	overflow:hidden;
	background: url(../images/casebanner.jpg) no-repeat scroll top left;
}
.newsbanner{
		width: 100%;
	height:400px;
	overflow:hidden;
	background: url(../images/newsbanner.jpg) no-repeat scroll top left;
}
.contactbanner{
		width: 100%;
	height:400px;
	overflow:hidden;
	background: url(../images/contactbanner.jpg) no-repeat scroll top left;
}
@media screen and (max-width:1200px){
	#nyba {
		margin-top:1.4rem;
	}
}
@media screen and (max-width:992px){
	#nyba {
		margin-top:1rem;
	}

}

.links {
	width: 1070px;
	height: 60px;
	margin: 0 auto;
}

.links span {
	float: left;
	margin: 0 10px;
}

.links span a {
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.links span a:hover {
	color: #ff0000;
}





.ibox7 {
	width: 1200px;
	height: 270px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/left1.jpg) left center no-repeat;
}

.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
	height: 270px;
	cursor: pointer;
	background: url(../images/right1.jpg) right center no-repeat;
}

.ihonor {
	height: 270px;
	margin: 0px auto;
	overflow: hidden;
}


/*ͼЧ*/

.cppic {
	width: 380px;
	height: 320px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic dl {}

.cppic dl dt {
	width: 378px;
	height: 280px;
	border: solid 1px #ddd;
	display: block;
	overflow: hidden;
}

.cppic dl dt img {
	width: 378px;
	height: 280px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}

.cppic dl dd {
	text-align: center;
	width: 380px;
	height: 40px;
	line-height: 40px;
	background: #EEE;
	color: #333;
	font-size: 16px;
}

.cppic a:hover dl dd {
	background: #e07d7d;
	width: 380px;
	height: 40px;
	color: #FFF;
}

.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cppic2 {
	width: 150px;
	height: 100px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic2 dl {}

.cppic2 dl dt {
	width: 150px;
	height: 100px;
	border: solid 2px #eee;
}

.cppic2 dl dt img {
	width: 150px;
	height: 100px;
	border: 0;
}

.cppic3 {
	width: 280px;
	height: 250px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.cppic3 dl {}

.cppic3 dl dt {
	width: 278px;
	height: 210px;
	border: solid 1px #ddd;
}

.cppic3 dl dt img {
	width: 278px;
	height: 210px;
	border: 0;
}

.cppic3 dl dd {
	text-align: center;
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #d7d7d7;
	color: #000;
	display: block;
}

.cppic3 a:hover dl dd {
	background: #fff;
	width: 280px;
	height: 40px;
	color: #000;
}

.nypic {
	width: 280px;
	height: 350px;
	margin: 10px 9px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}

.nypic dl {}

.nypic dl dt {
	width: 278px;
	height: 228px;
	border: solid 1px #ddd;
}

.nypic dl dt img {
	width: 278px;
	height: 228px;
	border: 0;
}

.nypic dl dd {
	text-align: center;
	width: 280px;
	height: 70px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd h3 {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
}

.nypic dl dd p {
	text-align: center;
	width: 280px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background: #ebebeb;
	color: #000;
	margin: 0;
	padding: 0;
}

.nypic dl dd p span {
	font-family: Impact;
	color: #eb4c00;
	font-size: 22px;
}

.nypic a:hover dl dd {
	background: #cd5310;
	width: 280px;
	height: 70px;
	color: #fff;
}

.news3 li {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news3 li:hover {
	width: 900px;
	height: 180px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	margin:20px 10px;
	border: solid 1px #ddd;
	overflow: hidden;
	padding: 10px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	box-shadow: 0px 0px 10px #ccc;
	transform: scale(1.05);
}

.news3 li img {
	width: 200px;
	height: 160px;
	margin-right: 10px;
	float: left;
}

.news3 li strong {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: initial;
}

.news3 li strong a {
	color: #000;
	line-height: 40px;
	text-decoration: none;
}

.news3 li strong a:hover {
	color: #ff0000;
}


.news3 li p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #999;
	font: italic;
}

.ny_title3 {
	width: 1200px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love3 {
	width: 1198px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_love {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.ny_title4 {
	width: 890px;
	height: 40px;
	background: #666;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	padding-left: 10px;
}

.ny_love4 {
	width: 898px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #ddd;
}

.page22 {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
}

.page22 li {
	width: 400px;
	height: 40px;
	float: left;
	text-align: center;
}

.page11 {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.page11 i {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.content h1{
	text-align: center;
	font-size: 20px;
	line-height: 80px;
}


@media screen and (max-width:992px){
	.ny_left{
		width: 100%;
	}
	.left_cplei li{
		width:31.33%;
		margin:1% 1%;
		float: left;
	}
	.left-lx{
		border:0;
	}
	.pc_tt{
		background: none;
	}
	.pc_tt h2{
		color:#ffffff;
	}
	.dsn{
		display: none;
	}
	.ny_right{
		width: 100%;
		padding:0 15px;
	}
}

@media screen and (max-width:778px){
	.left_cplei li{
		width:48%;
		margin:1% 1%;
		float: left;
	}
	.nextinfo span{
		width: 98%;
		margin:2% 1%;
	}
}

.min_box_content1{
	background:#f7f2d5;
	margin-top:15px;
	padding:20px;
	padding-bottom:0;
}
.min_box_content1 strong{
	background:url(../images/top-tel.png) no-repeat left center;
	padding-left:50px;
	font-size:40px;
}
.min_box_content1 p{
	margin:0;
	margin-top:10px;
}

.cpnr {
    margin-top: 15px;
    overflow: hidden;
}

.cpnr dt {
    float: left;
    margin-right: 5px;
    width: 150px;
}
.cpnr dt img {
    border: 1px solid #ccc;
    display: block;
}
.cpnr dd {
    float: left;
    margin-right: 5px;
}

.cpnr dd a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 10px;
    width: 150px;
}
.cpnr dd a:nth-of-type(1) {
    background: #fdeded;
    color: #f5002e;
    border: 1px solid #fd6503;
}
.cpnr dd a:nth-of-type(2) {
    background: #0666ba;
    color: #fff;
    border: 1px solid #0666ba;
}
.love-inner{
	width:100%;
	overflow:hidden;
	height:242px;
}
.lover-inner-content {
	width:400%;
}
.lover-inner-content ul{
	float: left;
	width:50%;
}
/* 在线留言 */
.form_box_box{width:1200px;margin:40px auto;padding:60px 0;box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);}
ul.fs{width:1000px;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:320px;margin-right:20px;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#ac0000;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:150px;border:1px solid #e1e7ee;padding:10px;margin:20px 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#ac0000;}
ul.fs li.radio{text-align: center;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align: center;margin:20px 0;}
ul.fs li.yzm img{display: inline-block;height:20px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#ac0000;}
ul.fs li.submit input{height:50px;margin:0 auto;display: block;cursor:pointer;width:200px;border-radius:50px;background-color:#ac0000;font-size:16px;color:#fff;text-align: center;}
/* 在线留言 */